home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000046_news@columbia.edu _Tue May 7 18:55:29 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id SAA21371 for <kermit.misc@watsun>; Tue, 7 May 1996 18:55:28 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id SAA12235 for kermit.misc@watsun; Tue, 7 May 1996 18:55:27 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit for Altos Xenix 3.4b ?
  8. Date: 7 May 1996 22:55:16 GMT
  9. Organization: Columbia University
  10. Lines: 24
  11. Message-ID: <4mokck$bu7@apakabar.cc.columbia.edu>
  12. References: <4mm4ij$5fu@news.iastate.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4mm4ij$5fu@news.iastate.edu>,
  16. John H Meyers <jhmeyers@miu.edu> wrote:
  17. : Yes, there still exist Altos 2086 computers (286 CPU), running Xenix 3.4b
  18. : I would be most pleased to find a Kermit which runs on it;
  19. : thank you for any leads!
  20. C-Kermit 5A(190) can be built for the Altos.  Get the sources and makefile and
  21. try "make altos".  I can't swear that this will work, but at least it did
  22. during some previous C-Kermit incarnation.
  23.  
  24. Anonymous ftp to kermit.columbia.edu, directory kermit/archives, binary mode,
  25. file cku190.tar.Z (or .gz for gunzip).
  26.  
  27.   NOTE: If you're interested in testing something newer, go to
  28.   kermit/test/bin for cku192.tar.{Z,gz} rather than kermit/archives.
  29.  
  30. Uncompress, untar, read the instructions at the top of the makefile, and
  31. then give the appropriate "make" command, in this case:
  32.  
  33.   make altos
  34.  
  35. Let me know how it goes.
  36.  
  37. - Frank